type runtime.stackObjectBuf
9 uses
runtime (current package)
mgcstack.go#L125: type stackObjectBuf struct {
mgcstack.go#L134: next *stackObjectBuf
mgcstack.go#L141: if unsafe.Sizeof(stackObjectBuf{}) > unsafe.Sizeof(workbuf{}) {
mgcstack.go#L193: head *stackObjectBuf
mgcstack.go#L194: tail *stackObjectBuf
mgcstack.go#L276: x = (*stackObjectBuf)(unsafe.Pointer(getempty()))
mgcstack.go#L286: y := (*stackObjectBuf)(unsafe.Pointer(getempty()))
mgcstack.go#L313: func binarySearchTree(x *stackObjectBuf, idx int, n int) (root *stackObject, restBuf *stackObjectBuf, restIdx int) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |